
.shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.column-item-2.top img.tinymce-image {
    max-width: 80px !important;
}

.template-content {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size:0;
}
.template-content > * {
    font-size:16px;
}

.template-content .column-item-image,
.template-content .column-item-heading,
.template-content .column-item-content {
    display: inline-block;
}

.template-content .column-item-image {
    box-sizing: border-box;
    vertical-align: middle;
    width: calc(20% - 2px);
}

.template-content .column-item-heading
{
    text-align:center;
    width: calc(80% - 2px);
    vertical-align: middle;
    padding: 5px 15px;
    box-sizing: border-box;
}

.template-content .column-item-content {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    max-width:100%;
}

.template-content .column-item-content .column-content{
    max-width:100%;
    display:inline-block
}

.template-content .column-item-image img {
    max-width: 100%;
    height:auto;
}

.template-content .standard-clear {
    clear: both;
    display: none;
}

@media only screen and (max-width: 768px) {
    .site-body .template-content .column-item-image {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        padding: 0;
        text-align:center;
    }

    .site-body .template-content .column-item-heading{
        width: 100%;
        display: block;
    }

    .site-body .template-content .column-item-content{
        width:100%;
        display:block;
    }
}

@media only screen and (max-width: 768px) {
    .site-body .template-content .template-content-text .left-align {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}